home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / driver / pp100.zip / BITEME.INI < prev    next >
Text File  |  1992-12-12  |  2KB  |  65 lines

  1. //┌──────────────────────────────────────────────────────────────────────┐
  2. //│  Precise Point Configuration File              09/06/1992  17:44:42  │
  3. //└──────────────────────────────────────────────────────────────────────┘
  4. /*────────────────────────────────────────────────┤  Sensitivity  ├──
  5. 0x2d     // Horizontal sensitivity
  6. 0x2d     // Vertical sensitivity
  7. */
  8. SMD_BITMAP_STRUCT bitmap =
  9. {
  10. 0x0f,    // Horizontal size
  11. 0x0e,    // Vertical size
  12. 0x00,    // Horizontal hotspot position
  13. 0x00,    // Vertical hotspot position
  14.  
  15. //────────────────────────────────────────────────┤ Cursor Bitmap ├──
  16. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  17. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  18. 0x72ee,  // ∙■■■∙∙■∙■■■∙■■■∙
  19. 0x4a48,  // ∙■∙∙■∙■∙∙■∙∙■∙∙∙
  20. 0x724c,  // ∙■■■∙∙■∙∙■∙∙■■∙∙
  21. 0x4a48,  // ∙■∙∙■∙■∙∙■∙∙■∙∙∙
  22. 0x724e,  // ∙■■■∙∙■∙∙■∙∙■■■∙
  23. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  24. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  25. 0x1b72,  // ∙∙∙■■∙■■∙■■■∙∙■∙
  26. 0x1542,  // ∙∙∙■∙■∙■∙■∙∙∙∙■∙
  27. 0x1562,  // ∙∙∙■∙■∙■∙■■∙∙∙■∙
  28. 0x1140,  // ∙∙∙■∙∙∙■∙■∙∙∙∙∙∙
  29. 0x1172,  // ∙∙∙■∙∙∙■∙■■■∙∙■∙
  30. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  31. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  32.  
  33. //────────────────────────────────────────────────┤ Screen Bitmap ├─
  34. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  35. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  36. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  37. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  38. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  39. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  40. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  41. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  42. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  43. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  44. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  45. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  46. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  47. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  48. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  49. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  50. };
  51.  
  52. //────────────────────────────────────────────────┤ Sacrifice Map ├─
  53. SMD_SACMAP_STRUCT sacmap =
  54. {
  55. 0xd7,
  56. 0xd8,
  57. 0xd0,
  58. 0xd2,
  59. 0xd4,
  60. 0xd5,
  61. 0xd3,
  62. 0xc6,
  63. 0xc7,
  64. };
  65.